Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NProperty Class / NProperty Constructor / NProperty Constructor(NSchema,String,NDomType,Object,FunctionResult<Object,NNode>,Function<NNode,Object>)


In This Topic
    NProperty Constructor(NSchema,String,NDomType,Object,FunctionResult<Object,NNode>,Function<NNode,Object>)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function New( _
       ByVal SOfb As NSchema, _
       ByVal tOfb As System.String, _
       ByVal UOfb As NDomType, _
       ByVal vOfb As System.Object, _
       ByVal WOfb As Nevron.Nov.FunctionResult(Of Object,NNode), _
       ByVal xOfb As Nevron.Nov.Function(Of NNode,Object) _
    )
    'Usage
     
    
    Dim SOfb As NSchema
    Dim tOfb As System.String
    Dim UOfb As NDomType
    Dim vOfb As System.Object
    Dim WOfb As Nevron.Nov.FunctionResult(Of Object,NNode)
    Dim xOfb As Nevron.Nov.Function(Of NNode,Object)
     
    Dim instance As New NProperty(SOfb, tOfb, UOfb, vOfb, WOfb, xOfb)
    internal NProperty( 
       NSchema SOfb,
       System.string tOfb,
       NDomType UOfb,
       System.object vOfb,
       Nevron.Nov.FunctionResult<object,NNode> WOfb,
       Nevron.Nov.Function<NNode,object> xOfb
    )

    Parameters

    SOfb
    tOfb
    UOfb
    vOfb
    WOfb
    xOfb
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also